home *** CD-ROM | disk | FTP | other *** search
- /*
- ** $VER: mailprobase.h 1.0 (1.2.99)
- **
- ** definition of MailProBase
- **
- ** (C) Copyright 1999 Sergeev O.V.
- ** All Rights Reserved.
- */
-
- #ifndef MAIL_MAILPROBASE_H
- #define MAIL_MAILPROBASE_H
-
- #ifndef EXEC_LIBRARIES
- #include <exec/libraries.h>
- #endif /* EXEC_LIBRARIES_H */
-
- struct MailProBase
- {
- struct Library mpb_LibNode;
- APTR mpb_SegList;
- struct ExecBase *mpb_SysBase;
- struct DOSBase *mpb_DOSBase;
- };
-
- #endif /* MAIL_MAILPROBASE_H */
-